'Declaration <DefaultMemberAttribute("Item")> Public Class FloatingObjectCollection(Of T As FloatingObject) Inherits NotifyCollection(Of T)
'Usage Dim instance As FloatingObjectCollection(Of T)
[DefaultMember("Item")] public class FloatingObjectCollection<T> : NotifyCollection<T> where T: FloatingObject